From: David J. MacKenzie Date: Tue, 13 Sep 1994 15:32:40 +0000 (+0000) Subject: add comment about srcdir X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90334 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=069df4bfd6bcac6aaece3c9f2351d0b5090db16f;p=emacs.git add comment about srcdir --- diff --git a/configure.in b/configure.in index 03b059b8c13..d8747a848f6 100644 --- a/configure.in +++ b/configure.in @@ -54,7 +54,8 @@ dnl .../DIR/common/lock (lockfiles)]) #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can -#### give you automounter prefixes, which can go away. +#### give you automounter prefixes, which can go away. We do all this +#### so Emacs can find its files when run uninstalled. case "${srcdir}" in /* ) ;; . )